[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
BUTTONBOX [<orient:H,V>] TO <mvar> [MESSAGE <message>] ;
          [TITLE <title>] [WITH <nobuttons> BUTTONS] ;
          [CHOICES <choices>] [START <start>] ;
          AT [<top>], [<left>], [<bottom>], [<right>] ;
          [SHADOW <shadow>] [FRAME <frame>] [EXITKEY <exitkey>] ;
          [ACTIONKEYS <actionkeys>] ;
 ----------------------------------------------------------------------------

Purpose: A command replacement for twButtonBox(), if you have
         trouble with placing the parameters correctly.

Example: LOCAL avar
         LOCAL AText1 := "One function is used in TSDWIN " + ;
                         "to create various types of " + ;
                         "alert boxes: PushButton Boxes, " + ;
                         "Radio Boxes and Select Boxes. "

         BUTTONBOX TO avar MESSAGE AText1 TITLE "ButtonTry" ;
                CHOICES {"one","two","three","four","five"} ;
                START 2 AT 2,3,20,55 SHADOW 1 FRAME 6

See Also: twButtonBox()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson